Skip to content

Commit

Permalink
Merge branch 'main' into change-filters-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous authored Oct 30, 2024
2 parents eaaa9e3 + f37e96d commit 8f50343
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 8f50343

Please sign in to comment.