• Thomas Randolph's avatar
    Add the MR id to the file ID · 44447e9a
    Thomas Randolph authored
    Currently, files are IDed by their "identifier_hash" and
    their content.
    However, this isn't really unique across all projects,
    it's only unique within a single MR.
    
    By mixing in the user/group + project + MR id,
    we can guarantee the generated IDs are unique
    across all of GitLab.
    44447e9a
diff_file.js 2.57 KB