jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/344884 )
Change subject: actions: Don't mix delay into FETCH_COMPLETE ...................................................................... actions: Don't mix delay into FETCH_COMPLETE Mixing in the delay was introduced in If3f1a06f so that the total RTT for an API request could be calculated. Now that the FETCH_END action is dispatched when the gateway request ends and not when the preview model is resolved, this additional information (state) is redundant. Change-Id: I7e6ffe0945ffedd9425525fa7da855e729d50b77 --- M resources/dist/index.js M resources/dist/index.js.map M src/actions.js M src/reducers/statsv.js M tests/node-qunit/actions.test.js M tests/node-qunit/reducers/statsv.test.js 6 files changed, 10 insertions(+), 15 deletions(-) Approvals: jenkins-bot: Verified Jdlrobson: Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/344884 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7e6ffe0945ffedd9425525fa7da855e729d50b77 Gerrit-PatchSet: 5 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
