Upgraded from 5.0 to 6.1. Merge Request Page commits not updated after a new push to the branch.
Created by: faik
After creating a Merge Request, I open the MR page and see the commits. But after making new commits and pushing them to the same branch the same Merge Request page does not show the latest commits nor the Diff tab.
But in Commits page I can see the latest commits to that branch.
And also when I press the Update button in Merge Request page and Save without changing anything the last commits show up in the MR page.
Is this something related to branchs not showing bug: https://github.com/gitlabhq/gitlabhq/issues/4100
Maybe related with cache/redis? What should I check?
Tried clearing cache and restarting redis sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production