Skip to content

Touch project when toggling stars to update cache

Gabriel Mazetto requested to merge bugfix/star_cache into master

This is a fix for gitlab-org/gitlab-ce#3513.

When a star toggle event happens, we touch project to clear cache key. This will trigger a new "updated_at" at the project model. If it's undesirable, please let me know and I will try to solve it in a different way.

Merge request reports