OSDN Git Service

[TMP] Initialize db for debugging /api/v1/execution v0.3.0p0022
authorhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Tue, 26 Jan 2016 17:14:33 +0000 (02:14 +0900)
committerhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Tue, 26 Jan 2016 17:14:33 +0000 (02:14 +0900)
commit4cb18ebf405c9f270ab8ca6a76efd9345c583cc3
tree33049491626541c4927c0d96fe295f5809ff7267
parent2f95504594ecd67c222318804c5eccc33f5583c8
[TMP] Initialize db for debugging /api/v1/execution
    workspace.debug/dca94750-c44f-11e5-88c4-f31cdfe97f4f is debugRest.mrc

    register to db with
        {
           fileId: 'dca94750-c44f-11e5-88c4-f31cdfe97f4f',
            name: 'debugRest.mrc',
            parentId: '1f83f620-c1ed-11e5-9657-7942989daa00', //rootぎuuid
            fileType: 1 // file
        }

    use debugRes.mrc for executiong Eos command.
server/api/v1/execution/index.js [new file with mode: 0644]
server/app.js
server/class/DB.js
server/class/hoge.js [new file with mode: 0644]
server/express.js
server/routes.js
test/rest/execution.test.js [new file with mode: 0644]