HUE-1660 [core] Export/import all stored scripts
Review Request #4249 — Created March 11, 2014 and updated
Information | |
---|---|
abec | |
old-hue-rw | |
HUE-1660 | |
Reviewers | |
hue | |
enricoberti, romain |
commit bce916f81e194db314e01d90a5219be09cb9b2d7 Author: Abraham Elmahrek <abraham@elmahrek.com> Date: Thu Mar 6 17:10:49 2014 -0800 HUE-1660 [core] Export/import all stored scripts Added model_to_dict to django_util. Compression and serialization using app/model sepecific methods. Check for three new APIs on model classes: "filename", "compress", "decompress". Thinking about different idioms: ..., "serialize", "deserialize". Then compression can be done elsewhere. :100644 100644 c5dbbef... e2b9d35... M apps/beeswax/src/beeswax/models.py :100644 100644 d511064... c0a6ca0... M apps/jobsub/src/jobsub/views.py :100644 100644 8a84d29... f2ee343... M apps/oozie/src/oozie/importlib/workflows.py :100644 100644 a18c953... 1d86267... M apps/oozie/src/oozie/models.py :100644 100644 fb6880d... b88a3b9... M apps/oozie/src/oozie/utils.py :100644 100644 68e4882... 3df7e31... M apps/oozie/src/oozie/views/api.py :100644 100644 5c2fbc6... c4b3b7c... M apps/oozie/src/oozie/views/editor.py :100644 100644 58e3fa0... f56d7d3... M desktop/core/src/desktop/api.py :100644 100644 e1bf117... e2af89d... M desktop/core/src/desktop/api_tests.py :000000 100644 0000000... 393f2fc... A desktop/core/src/desktop/forms.py :100644 100644 3c6085d... e7cbe79... M desktop/core/src/desktop/lib/django_util.py :100644 100644 f636980... 8b82b9a... M desktop/core/src/desktop/models.py :100644 100644 27a8873... b3b9075... M desktop/core/src/desktop/templates/home.mako :100644 100644 f565b40... 35bbc84... M desktop/core/src/desktop/urls.py :100644 100644 97772e3... e9fda6b... M desktop/core/src/desktop/views.py
Prototype of proposed design #1: - Reuse serialization and deserialization of various apps.