Skip to content

Fix real-time updates for projects that contain a reserved word

Stan Hu requested to merge sh-fix-realtime-changes-with-reserved-words into master

Projects that included reserved words (e.g. test-create) would fail to generate a proper ETag key because of the name. To fix this, we add a forward slash to match the full name so that /test-create doesn't get matched, but /create does.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60113

Merge request reports