Skip to content

Commit

Permalink
feat: add repo field to Change
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Oct 30, 2024
1 parent 905dc0c commit 40a7bee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,9 @@ message ChangeSummary {
// Quick description of the change.
// Example: "upgrade of the database to get access to the new contoso management processor"
string description = 14;

// Repo information; can be an empty string. CLI attempts auto-population, but users can override. Not necessarily a URL. The UI will be responsible for any formatting/shortnening/sprucing up should it be required.
string repo = 16;
}

// a complete Change with machine-supplied and user-supplied values
Expand Down Expand Up @@ -709,6 +712,9 @@ message ChangeProperties {

// The code changes of this change for calculating the change's risks.
string codeChanges = 14;

// Repo information; can be an empty string. CLI attempts auto-population, but users can override. Not necessarily a URL. The UI will be responsible for any formatting/shortnening/sprucing up should it be required.
string repo = 15;
}

////////////////////////////
Expand Down

0 comments on commit 40a7bee

Please sign in to comment.