Currently when mapping a GitLab file type you receive the following data:
{
"file_name": "file.yaml",
"file_path": "file.yaml",
"size": 123,
"encoding": "base64",
"content_sha256": "<some hash>",
"ref": "main",
"blob_id": "<blob_id>",
"commit_id": "<current_commit_id_of_repo>",
"last_commit_id": "<latest_commit_to_file>",
"execute_filemode": false,
"content": {
<yaml_content>
}
}
It would be useful to have the authors of the commits as well as the the commit id, particularly for the last_commit field.