Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double Gaze call #3324

Merged
merged 2 commits into from Feb 22, 2021
Merged

Fix double Gaze call #3324

merged 2 commits into from Feb 22, 2021

Conversation

dracos
Copy link
Member

@dracos dracos commented Feb 19, 2021

And tiny unrelated Hackney thing. But mostly fixing the double Gaze call.
Fixes https://github.com/mysociety/fixmystreet-commercial/issues/2063

@dracos dracos requested a review from struan February 19, 2021 13:50
@codecov
Copy link

codecov bot commented Feb 19, 2021

Codecov Report

Merging #3324 (72268f7) into master (b4b77fc) will increase coverage by 0.00%.
The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3324   +/-   ##
=======================================
  Coverage   82.19%   82.19%           
=======================================
  Files         320      320           
  Lines       21350    21352    +2     
  Branches     3212     3213    +1     
=======================================
+ Hits        17548    17551    +3     
+ Misses       2757     2754    -3     
- Partials     1045     1047    +2     
Impacted Files Coverage Δ
perllib/FixMyStreet/App/Controller/Around.pm 82.38% <0.00%> (-0.43%) ⬇️
perllib/FixMyStreet/Map.pm 98.21% <100.00%> (ø)
web/cobrands/hackney/assets.js 81.81% <100.00%> (+1.81%) ⬆️
perllib/Utils.pm 97.97% <0.00%> (-1.02%) ⬇️
web/cobrands/fixmystreet-uk-councils/alloy.js 87.12% <0.00%> (+2.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4b77fc...72268f7. Read the comment docs.

Copy link
Member

@struan struan left a comment

Choose a reason for hiding this comment

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

🗺️

For some reason as part of 66f2160, I removed the stashing of the Gaze
call (made as part of nearby report looking up) to save it being called
again by the map zoom code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants