[TIC-Web] Update The Flow For The Image Creation. 08/116408/6
authorHee Kyoung, Oh <heekyoung.oh@samsung.com>
Fri, 24 Feb 2017 07:22:15 +0000 (16:22 +0900)
committerChangHyun Lee <leechwin.lee@samsung.com>
Mon, 27 Feb 2017 07:16:19 +0000 (16:16 +0900)
commit2514ce0025c00e69df9df8daf1f2d9918fbd74da
tree4f6cb158c59dcc501a3182f93b8dd904a8aa6af4
parent53e67228960d93ec2a7efe6567e21698f2aacb7d
[TIC-Web] Update The Flow For The Image Creation.

- Change the process of creation
- Using Database
- When creation tic_job table updated
- When creation tic_image table updated
- Can show the log for the each job
- Update the config.json
- Delete the socketevent.js, it was duplicated meaning that config.json
- Delete the filesystem.js, cause using database
- MIC writes the logfile that mic.log

Change-Id: Ibac100bf7f9248c8e3f7adf828ae8fa54e86e6e2
Signed-off-by: Hee Kyoung, Oh <heekyoung.oh@samsung.com>
23 files changed:
config.json
controller/filesystem.js [deleted file]
controller/mariadb.js
controller/mic.js
controller/router.js
controller/server.js
controller/socketevent.js [deleted file]
controller/socketio.js
controller/ticcore.js [new file with mode: 0644]
package.json
public/src/css/style.css
public/src/index.html
public/src/js/main.js
public/src/js/model/ImageModel.js [new file with mode: 0644]
public/src/js/model/JobModel.js
public/src/js/page/image.js
public/src/js/page/job.js
public/src/js/page/package.js
public/src/js/widget/ImageEmptyItem.js [new file with mode: 0644]
public/src/js/widget/ImageItem.js [new file with mode: 0644]
public/src/js/widget/JobLog.js [new file with mode: 0644]
public/src/js/widget/JobTableEmptyItem.js
public/src/js/widget/JobTableItem.js