[Kimchi-devel] [PATCH v2 0/3]

Mark Wu wudxw at linux.vnet.ibm.com
Fri Jan 24 06:31:40 UTC 2014


This series of patches reorganize kimchi's path vars generation code
to allow plugin use kimchi s ui handler. 

Changes:
v2:
	Rebase
	Remove the optimization for plugin paths since it just have a few
	instantiations.

Mark Wu (3):
  Reorganize the kimchi's paths gereneration code
  Add test cases for paths generation code
  Allow plugin use kimchi's ui handler

 src/kimchi/cachebust.py |   4 +-
 src/kimchi/config.py.in | 155 +++++++++++++++++++-----------------------------
 src/kimchi/root.py      |  23 ++++---
 src/kimchi/server.py    |  14 +++--
 src/kimchi/template.py  |  17 ++++--
 src/kimchi/utils.py     |   6 +-
 src/kimchid.in          |   7 ++-
 tests/test_config.py    |  73 +++++++++++++++++++++++
 tests/test_plugin.py    |   4 +-
 9 files changed, 178 insertions(+), 125 deletions(-)
 create mode 100644 tests/test_config.py

-- 
1.8.4.2




More information about the Kimchi-devel mailing list