Fix axios HTTP wrapper, finish group+proj cleanup
parent
00ed4cb0
No related branches found
No related tags found
Showing
- package-lock.json 439 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- src/eclipse/EclipseAPI.ts 1 addition, 1 deletionsrc/eclipse/EclipseAPI.ts
- src/gl/AxiosRequester.ts 91 additions, 17 deletionssrc/gl/AxiosRequester.ts
- src/gl/GitlabSync.ts 0 additions, 2 deletionssrc/gl/GitlabSync.ts
- src/gl/GitlabSyncRunner.ts 176 additions, 175 deletionssrc/gl/GitlabSyncRunner.ts
- tsconfig.json 0 additions, 1 deletiontsconfig.json
This diff is collapsed.
... | @@ -25,10 +25,12 @@ | ... | @@ -25,10 +25,12 @@ |
"@octokit/plugin-retry": "^3.0.3", | "@octokit/plugin-retry": "^3.0.3", | ||
"@octokit/plugin-throttling": "^3.3.0", | "@octokit/plugin-throttling": "^3.3.0", | ||
"@octokit/rest": "^18.0.3", | "@octokit/rest": "^18.0.3", | ||
"@types/got": "^9.6.12", | |||
"@types/node": "^17.0.32", | "@types/node": "^17.0.32", | ||
"@types/yargs": "^17.0.10", | "@types/yargs": "^17.0.10", | ||
"axios": "^0.21.4", | "axios": "^0.21.4", | ||
"flat-cache": "^2.0.1", | "flat-cache": "^2.0.1", | ||
"got": "^12.0.4", | |||
"nodemailer": "^6.5.0", | "nodemailer": "^6.5.0", | ||
"openid-client": "^3.15.6", | "openid-client": "^3.15.6", | ||
"parse-link-header": "^2.0.0", | "parse-link-header": "^2.0.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment