Commits on Source (14)
-
Bastien DUMONT authored
-
Hugo NOUTS authored
-
Hugo NOUTS authored
-
Hugo NOUTS authored
-
Hugo NOUTS authored
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
Resolve "Mise en place de Sentry - egl" See merge request !21
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
Chore/update node version to 16 See merge request !22
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
Feat/rename egl into epgl See merge request !23
Showing
- .gitlab-ci.yml 92 additions, 0 deletions.gitlab-ci.yml
- .gitlab/issue_templates/default.md 9 additions, 0 deletions.gitlab/issue_templates/default.md
- .prettierrc 8 additions, 0 deletions.prettierrc
- .vscode/settings.json 46 additions, 0 deletions.vscode/settings.json
- CHANGELOG.md 16 additions, 0 deletionsCHANGELOG.md
- README.md 1 addition, 1 deletionREADME.md
- konnector-dev-config.example.json 9 additions, 0 deletionskonnector-dev-config.example.json
- manifest.konnector 5 additions, 5 deletionsmanifest.konnector
- package.json 13 additions, 9 deletionspackage.json
- src/helpers/env.js 20 additions, 0 deletionssrc/helpers/env.js
- src/index.js 220 additions, 184 deletionssrc/index.js
- webpack.config.js 16 additions, 16 deletionswebpack.config.js
- yarn.lock 4751 additions, 2800 deletionsyarn.lock
.gitlab-ci.yml
0 → 100644
.gitlab/issue_templates/default.md
0 → 100644
.prettierrc
0 → 100644
.vscode/settings.json
0 → 100644
CHANGELOG.md
0 → 100644
konnector-dev-config.example.json
0 → 100644
{ | ||
"name": "egl", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "", | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -33,30 +33,34 @@ |
"clean": "rm -rf ./data", | ||
"build": "webpack", | ||
"lint": "eslint --fix .", | ||
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git}", | ||
"deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git}", | ||
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build}", | ||
"deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev}", | ||
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})", | ||
"travisDeployKey": "./bin/generate_travis_deploy_key" | ||
}, | ||
"dependencies": { | ||
"cozy-konnector-libs": "4.42.3", | ||
"@sentry/node": "7.30.0", | ||
"@sentry/tracing": "7.30.0", | ||
"cozy-konnector-libs": "4.56.4", | ||
"moment": "^2.24.0", | ||
"moment-timezone": "^0.5.26" | ||
"moment-timezone": "^0.5.26", | ||
"axios": "1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/moment-timezone": "^0.5.30", | ||
"copy-webpack-plugin": "6.1.1", | ||
"cozy-app-publish": "0.25.0", | ||
"cozy-jobs-cli": "1.16.2", | ||
"cozy-konnector-build": "1.2.2", | ||
"cozy-jobs-cli": "1.20.2", | ||
"cozy-konnector-build": "1.4.4", | ||
"eslint": "5.16.0", | ||
"eslint-config-cozy-app": "1.6.0", | ||
"eslint-plugin-prettier": "3.0.1", | ||
"git-directory-deploy": "1.5.1", | ||
"husky": "4.3.0", | ||
"konitor": "0.10.2", | ||
"standard-version": "^9.5.0", | ||
"svgo": "1.3.2", | ||
"webpack": "4.44.2", | ||
"webpack-cli": "3.3.12" | ||
"webpack": "5.75.0", | ||
"webpack-cli": "5.0.1" | ||
} | ||
} |
src/helpers/env.js
0 → 100644
This diff is collapsed.