[Kimchi-devel] [PATCH] [Wok] Upgrade objectstore schema.

pvital at linux.vnet.ibm.com pvital at linux.vnet.ibm.com
Mon Dec 14 13:45:53 UTC 2015


From: Paulo Vital <pvital at linux.vnet.ibm.com>

This patch is part of the solution for the Ginger Issue #51 and it's a basic
dependence for the following plugins' patches:
+ [Kimchi] Update Kimchi objectstore versioning.
+ [Ginger] Issue #51 - Update objectstores with 'Version' field.
+ [GingerBase] Issue #51 - Update objectstores with 'Version' field.

With the new structure of the objectstore changed in Wok 2.0.0, the schema of
the objectstore file (when used by any plugin) needs to be checked and, if
necessary, updated to reflect the new structure.

This patch adds to utils.py file some common methods to support the operations
in the plugin's objectstore files. These methods were moved from Kimchi plugin
since they will be used by other plugins to do the same.

Paulo Vital (1):
  Upgrade objectstore schema.

 src/wok/utils.py | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

--
2.5.0




More information about the Kimchi-devel mailing list