• Stan Hu's avatar
    Fix bug where transferring a project would result in stale commit links · dbc85bfa
    Stan Hu authored
    Transferring a project to another namespace updates the project's updated_at
    field, but since the cache key did not depend on the object, the page fragments
    were not invalidated. This resulted in stale links to the commits. Changing
    the cache key to use the object pathname solves this issue.
    
    Closes gitlab-org/omnibus-gitlab#843
    dbc85bfa
To find the state of this project's repository at the time of any of these versions, check out the tags.