Project 'web-et-numerique/llle_project/enedis-sge-konnector' was moved to 'web-et-numerique/factory/llle_project/enedis-sge-konnector'. Please update any links and bookmarks that may still have the old path.
Commits on Source (12)
-
Bastien DUMONT authored
-
Bastien DUMONT authored
fix(insee): handle parsing partial cities See merge request !36
-
Bastien DUMONT authored
-
Bastien DUMONT authored
chore: rework pipelines See merge request !39
-
Bastien DUMONT authored
-
Bastien DUMONT authored
fix: remove accents in last names See merge request !37
-
Bastien DUMONT authored
-
Bastien DUMONT authored
fix(insee): add missing à and ö See merge request !38
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
Resolve "Passer en node 16" See merge request !35
-
Bastien DUMONT authored
-
Bastien DUMONT authored
Showing
- .gitlab-ci.yml 20 additions, 16 deletions.gitlab-ci.yml
- .vscode/settings.json 2 additions, 0 deletions.vscode/settings.json
- CHANGELOG.md 9 additions, 0 deletionsCHANGELOG.md
- __tests__/core/verifyUserIdentity.spec.js 10 additions, 6 deletions__tests__/core/verifyUserIdentity.spec.js
- __tests__/helpers/sanitizeName.spec.js 7 additions, 0 deletions__tests__/helpers/sanitizeName.spec.js
- __tests__/requests/insee.spec.js 48 additions, 6 deletions__tests__/requests/insee.spec.js
- manifest.konnector 1 addition, 1 deletionmanifest.konnector
- package.json 4 additions, 4 deletionspackage.json
- src/core/contractActivation.js 3 additions, 3 deletionssrc/core/contractActivation.js
- src/core/findUserPdl.js 3 additions, 3 deletionssrc/core/findUserPdl.js
- src/core/verifyUserIdentity.js 7 additions, 5 deletionssrc/core/verifyUserIdentity.js
- src/helpers/parsing.js 1 addition, 1 deletionsrc/helpers/parsing.js
- src/helpers/sanitizeName.js 30 additions, 0 deletionssrc/helpers/sanitizeName.js
- src/requests/insee.js 10 additions, 4 deletionssrc/requests/insee.js
- src/requests/sge.js 7 additions, 7 deletionssrc/requests/sge.js
- yarn.lock 13 additions, 13 deletionsyarn.lock
__tests__/helpers/sanitizeName.spec.js
0 → 100644
{ | { | ||
"name": "enedissgegrandlyon", | "name": "enedissgegrandlyon", | ||
"version": "1.2.5", | "version": "1.3.0", | ||
"description": "", | "description": "", | ||
"repository": { | "repository": { | ||
"type": "https", | "type": "https", | ||
... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
"@sentry/node": "^7.23.0", | "@sentry/node": "^7.23.0", | ||
"@sentry/tracing": "^7.23.0", | "@sentry/tracing": "^7.23.0", | ||
"axios": "^0.27.2", | "axios": "^0.27.2", | ||
"cozy-konnector-libs": "4.56.4", | "cozy-konnector-libs": "5.0.0", | ||
"easy-soap-request": "^4.7.0", | "easy-soap-request": "^4.7.0", | ||
"jest": "^28.1.3", | "jest": "^28.1.3", | ||
"moment": "^2.29.3", | "moment": "^2.29.3", | ||
... | @@ -60,8 +60,8 @@ | ... | @@ -60,8 +60,8 @@ |
"xml2js": "^0.4.23" | "xml2js": "^0.4.23" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"cozy-jobs-cli": "1.20.2", | "cozy-jobs-cli": "2.0.0", | ||
"cozy-konnector-build": "1.4.4", | "cozy-konnector-build": "1.4.5", | ||
"eslint-config-cozy-app": "1.3.3", | "eslint-config-cozy-app": "1.3.3", | ||
"eslint-plugin-prettier": "^4.0.0", | "eslint-plugin-prettier": "^4.0.0", | ||
"git-directory-deploy": "1.5.1", | "git-directory-deploy": "1.5.1", | ||
... | ... |
src/helpers/sanitizeName.js
0 → 100644