author | SerenaFeng <feng.xiaowei@zte.com.cn> | |
Mon, 12 Dec 2016 09:32:47 +0000 (17:32 +0800) | ||
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | |
Tue, 13 Dec 2016 08:16:15 +0000 (08:16 +0000) | ||
commit | 84666edf145dd3a5bb27f1038b704fe1682f451b | |
tree | e7f6a5abb2c2c6481f85f877072cdb690fddee1c | tree | snapshot |
parent | bef252222c8f420bc7eae25743d37dcc1745117b | commit | diff |
qtip/api/cmd/__init__.py | [new file with mode: 0644] | blob |
qtip/api/cmd/server.py | [new file with mode: 0644] | blob |
qtip/api/handler/__init__.py | [new file with mode: 0644] | blob |
qtip/api/handler/db.py | [moved from qtip/api/db.py with 100% similarity] | blob | history |
qtip/api/handler/job_handler.py | [moved from qtip/api/qtip_server.py with 83% similarity] | diff | blob | history |
qtip/api/handler/result_handler.py | [moved from qtip/api/result_handler.py with 100% similarity] | blob | history |
qtip/api/model/__init__.py | [new file with mode: 0644] | blob |
qtip/api/model/job_model.py | [new file with mode: 0644] | blob |
qtip/api/router/__init__.py | [new file with mode: 0644] | blob |
qtip/api/router/mapper.py | [new file with mode: 0644] | blob |
tests/unit/api/test_server.py | [moved from tests/unit/api/qtip_server_test.py with 95% similarity] | diff | blob | history |