jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/344886 )
Change subject: actions: Simplify delaying FETCH_COMPLETE ...................................................................... actions: Simplify delaying FETCH_COMPLETE Require that two promises are resolved (or one is rejected) before the FETCH_COMPLETE action is dispatched. The first promise represents the gateway request and the second represents an arbitrarily long delay. If the first resolves before the second, then there'll be a delay until the second resolves; whereas if the first rejects, then there's no delay. Change-Id: I496fe317337745c593594efff26688c46d661bf3 --- M resources/dist/index.js M resources/dist/index.js.map M src/actions.js M tests/node-qunit/actions.test.js M tests/node-qunit/integration.test.js 5 files changed, 100 insertions(+), 114 deletions(-) Approvals: jenkins-bot: Verified Jdlrobson: Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/344886 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I496fe317337745c593594efff26688c46d661bf3 Gerrit-PatchSet: 6 Gerrit-Project: mediawiki/extensions/Popups Gerrit-Branch: master Gerrit-Owner: Phuedx <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> Gerrit-Reviewer: Jhernandez <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
