Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Set up module patching and use patched promise-request-retry to get retry with exponential backoff #254

Merged
merged 1 commit into from
Sep 14, 2018

Conversation

batmat
Copy link
Collaborator

@batmat batmat commented Sep 14, 2018

While a few PRs are in flight, we can move forward without needing to go through an even heavier fork process.

Integrates void666/request-promise-retry#6 and void666/request-promise-retry#5 while they're not merged & released yet.

While a few PRs are in flight, we can move forward without needing to go
through an even heavier fork.

void666/request-promise-retry#6
@batmat batmat changed the title Set up module patching and use patched promise-request-retry Set up module patching and use patched promise-request-retry to get retry with exponential backoff Sep 14, 2018
@@ -7,7 +7,8 @@
"client": "node src/client.js",
"test": "npm run eslint && npm run jest",
"eslint": "eslint src/. test/. --config .eslintrc.json",
"jest": "jest"
"jest": "jest",
"prepare": "patch-package"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be executed in the Makefile shouldn't it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's done automatically. Because the patching is bound to the standard 'prepare' script.

BTW that is also why I added the associated test: to check and show this does get applied.

@rtyler rtyler merged commit 8354554 into jenkins-infra:master Sep 14, 2018
@batmat batmat deleted the use-patched-module-for-download branch September 14, 2018 16:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants