Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
statistics.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2012 at 12:08 UTC
Updated:
29 Jul 2014 at 21:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirAnother simple conversion. Not sure why we specify the timeout explicitly, but I kept it for the moment. Might also be useful to ave a helper method for those calls but that would require a common base class.
Put the client config in setUp() if there was more than one call and directly in the code for those that only do a single call.
Comment #2
rbayliss commentedLooks good to me.
Comment #3
timmillwood#1: statistics-guzzle-1867382-1.patch queued for re-testing.
Comment #4
timmillwoodLooks good.
Comment #5
dries commentedAsking for a retest. Patch doesn't seem to apply.
Comment #6
dries commented#1: statistics-guzzle-1867382-1.patch queued for re-testing.
Comment #8
yesct commentedMight work as a novice issue to reroll this (helpful doc on how to do rerolls http://drupal.org/patch/reroll)
Comment #9
sutharsan commentedPatch rerolled.
Comment #10
berdirAnother re-roll, to use Drupal::httpClient()
Comment #11
yesct commentedstandards-wise this looks good.
Comment #12
alexpottCommitted e45b1a7 and pushed to 8.x. Thanks!