Skip to content

remove manual URL construction from <GitCommitNode>, allow showing repository

Administrator requested to merge use-server-url-in-gitcommitnode into master

Created by: sqs

Previously, the <GitCommitNode> component accepted a repoName prop that it used to manually construct a URL. This is a bad practice; it should just use the URL from the GitCommit GraphQL value it receives.

Merge request reports

Loading