-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove VCSCommit and add Commit.source_control_url (#55)
The BSR doesn't need to be in the business of storing source control information--we don't semantically need a vcs commit hash for example and we don't care what type of source control is being used. As a convenience for users, we DO want to store a link back to the relevant commit in source control so that a user can find relevant info (e.g. commit description, PR discussion, authors, approvers, etc.). This change simplifies the data model to only store what we need, which is a single source control URL per commit.
- Loading branch information
1 parent
482f8c3
commit e46c321
Showing
3 changed files
with
20 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.