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 error in cities cache key prefix #3856

Merged
merged 4 commits into from
Mar 6, 2024

Conversation

marcantoinedupre
Copy link
Contributor

It was harmless because the other parts of the cache key prevent retrieving the wrong content. No visible change for users excepted some slow requests to rebuild cached values.

Checklist

  • I have followed the guidelines in our Contributing document
  • My code respects the Definition of done available in the Development section of the documentation
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes
  • I added an entry in the changelog file
  • My commits are all using prefix convention (emoji + tag name) and references associated issues
  • I added a label to the PR corresponding to the perimeter of my contribution
  • The title of my PR mentionned the issue associated

Copy link

cypress bot commented Dec 15, 2023

Passing run #8221 ↗︎

0 24 0 0 Flakiness 0

Details:

Merge 360bc80 into f8dfe0d...
Project: Geotrek-admin Commit: 37c11c210f ℹ️
Status: Passed Duration: 02:12 💡
Started: Mar 6, 2024 9:28 AM Ended: Mar 6, 2024 9:30 AM

Review all test suite changes for PR #3856 ↗︎

It was harmless because the other parts of the cache key prevent retrieving the wrong content. No visible change for users excepted some slow requests to rebuild cached values.
@submarcos submarcos force-pushed the bug_fix-cache-key-prefix-for-cities branch from ec49d25 to ab8f0b0 Compare March 5, 2024 19:43
@submarcos submarcos marked this pull request as ready for review March 6, 2024 08:43
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.35%. Comparing base (f8dfe0d) to head (360bc80).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3856   +/-   ##
=======================================
  Coverage   98.35%   98.35%           
=======================================
  Files         294      294           
  Lines       22336    22336           
=======================================
  Hits        21969    21969           
  Misses        367      367           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@submarcos submarcos merged commit 94d71b9 into master Mar 6, 2024
15 checks passed
@submarcos submarcos deleted the bug_fix-cache-key-prefix-for-cities branch March 6, 2024 09:44
@babastienne babastienne changed the title 🐛 [Bug fix] Fix error in cities cache key prefix Fix error in cities cache key prefix Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants