gitlab-merge-request-resource icon indicating copy to clipboard operation
gitlab-merge-request-resource copied to clipboard

Saves additional metadata in files in the .git directory

Open pms1969 opened this issue 7 years ago • 0 comments

Restricts MR's to those that are not WIP.

  • Additional files are:
    • branch <- the name of the branch that the MR has come from
    • project_id <- the uri of the repo
    • commit_sha <- the sha of the commit

This is useful information for tools like SonarQube, and in addition keeps the metadata of the MR check, in, and out consistent with reality.

pms1969 avatar Sep 12 '18 11:09 pms1969