Metadata-Version: 2.1
Name: imio.migrator
Version: 1.10
Summary: Migration helper tool
Home-page: http://pypi.imio.be/imio/imio/imio.migrator
Author: IMIO
Author-email: dev@imio.be
License: GPL
Description: ====================
        imio.migrator
        ====================
        
        This package propose some infrastructure and helper methods to manage migrations (upgrade steps)
        
        Contributors
        ============
        
        - IMIO, dev@imio.be
        
        
        Changelog
        =========
        
        1.10 (2019-03-28)
        -----------------
        
        - Added a ZLogHandler when updating catalog so some logging showing progression
          is shown in the Zope log.
          [gbastien]
        - Set a value in the REQUEST `imio_migrator_currently_migrating` during
          migration so it can be used by other code to know that we are in a migration
          process.
          [gbastien]
        - Define `self.catalog` and `self.registry` on base Migrator class so it is
          available for subclasses.
          [gbastien]
        - Added method `Migrator.removeUnusedPortalTypes` that will remove
          `portal_types` passed as parameter from tools `portal_types` and
          `portal_factory`.
          [gbastien]
        - Requires `imio.helpers`.
          [gbastien]
        - Added parameter `disable_linkintegrity_checks=False` to `Migrator.__init__`
          so it is easier to disable linkintegrity checks during a migration.
          Supposed to work with Plone4 and Plone5...
          [gbastien]
        - Added install method
          [sgeulette]
        
        1.9 (2019-01-17)
        ----------------
        
        - Improved and simplified upgradeProfile method
          [sgeulette]
        
        1.8 (2018-10-18)
        ----------------
        
        - Make REQUEST available thru self.request.
          [gbastien]
        - Added methods `removeUnusedColumns` and `removeUnusedIndexes` to easily remove
          columns or indexes from portal_catalog.
          [gbastien]
        - Possibility to run specific upgrade steps
          [sgeulette]
        
        1.7 (2018-06-26)
        ----------------
        
        - Improved reinstall method.
          [sgeulette]
        - Improved upgrade step to set directly rigth version.
          [sgeulette]
        
        1.6 (2016-12-07)
        ----------------
        
        - Added method `warn` that manages warning messages, it will display the warning
          like before in the Zope log but will also store it so every warnings are
          displayed togheter at the end of the migration.
          [gbastien]
        - Method `reinstall` may now receive paremeters `ignore_dependencies` and
          `dependency_strategy` to use it when calling `portal_setup.runAllImportStepsFromProfile`.
          This is only useable with Products.GenericSetup >= 1.8.0 (Plone >= 4.3.8).
          [gbastien]
        
        1.5 (2015-11-24)
        ----------------
        
        - Added method to run given steps of a profile.
          [sgeulette]
        
        
        1.4 (2015-01-15)
        ----------------
        
        - Display the catalog we are currently recataloging as several can be recataloged,
          like in version 1.1 but this was lost somehow...
          [gbastien]
        - After an upgrade step has been executed, set manually new installed profile version
          or despite upgrade step has been executed, it is still considered not
          [gbastien]
        
        1.3 (2014-10-24)
        ----------------
        
        - Added methods to run upgrade steps for a given profile or all installed profiles (with pqi update).
          [sgeulette]
        
        1.2 (2014-08-18)
        ----------------
        - Added method to clean registries (portal_javascripts, portal_css and portal_setup)
        
        1.1 (2014-01-30)
        ----------------
        - Display the catalog we are currently recataloging as several can be recataloged
        - Prepare release on pypi.imio.be
        
        1.0 (2013-08-20)
        ----------------
        - Manage base migrator, reinstall profiles, refresh catalogs/workflow security, log start/end timestamp
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Provides-Extra: test
