Merge branch 'node' into 'master'
Node See merge request !1
Showing
.eslintrc.json
0 → 100644
app/commonService.js
0 → 100644
app/index.js
0 → 100644
app/ingress.js
0 → 100644
app/namespace.js
0 → 100644
app/rabbitmq.js
0 → 100644
app/service.js
0 → 100644
app/zookeeper.js
0 → 100644
bin/www.js
0 → 100644
images/nodejs/Dockerfile
0 → 100644
images/nodejs/build.sh
0 → 100755
images/nodejs/code.tar.gz
0 → 100644
File added
images/test-ui/Dockerfile
0 → 100644
images/test-ui/build.sh
0 → 100755
images/test-ui/build_tke.sh
0 → 100755
images/test-ui/index.html
0 → 100644
images/test-ui/nginx.conf
0 → 100644
images/test-ui/test-ui.conf
0 → 100644
images/ui/code.zip
0 → 100644
File added
middleware/error/index.js
0 → 100644
middleware/result/code.js
0 → 100644
middleware/result/index.js
0 → 100644
middleware/validate/index.js
0 → 100644
nodemon.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | |||
| "name": "tke-eos", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "bin/www.js", | |||
| "dependencies": { | |||
| "js-yaml": "^3.12.1", | |||
| "koa": "^2.6.2", | |||
| "koa-bodyparser": "^4.2.1", | |||
| "koa-router": "^7.4.0", | |||
| "lodash": "^4.17.11", | |||
| "request": "^2.88.0" | |||
| }, | |||
| "devDependencies": { | |||
| "nodemon": "^1.18.9" | |||
| }, | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1", | |||
| "start": "NODE_DEBUG=request nodemon" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git@git.quantgroup.cn:QA/tke-eos.git" | |||
| }, | |||
| "keywords": [], | |||
| "author": "", | |||
| "license": "ISC" | |||
| } | 
serviceTemplate/index.js
0 → 100644
services/tke.service.js
0 → 100644
test/nodejs/app.js
0 → 100644
Please register or sign in to comment
 
