Skip to content

Commit

Permalink
workspace.v1: Added DisplayName, Description to Workspace
Browse files Browse the repository at this point in the history
Change-Id: I04b05f8b1cf538ac65aaf310b907099a7c770c2e
  • Loading branch information
knu0815 authored and Yiwen Wu committed Oct 18, 2023
1 parent f7be62c commit ccee3c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arista/workspace.v1/workspace-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# New entries go on top.

Changes:
- date: 2023-10-17
description: Add DisplayName and Description to Workspace
version: 1.2.17
cvaas: true
- date: 2023-05-08
description: Add state per build stage
version: 1.2.16
Expand Down
4 changes: 4 additions & 0 deletions arista/workspace.v1/workspace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ message Workspace {
// needs_rebase indicates whether a rebase of the workspace is necessary
// in order to submit it.
google.protobuf.BoolValue needs_rebase = 12;
// display_name is the user-defined name of the workspace.
google.protobuf.StringValue display_name = 13;
// description is a brief description of the workspace.
google.protobuf.StringValue description = 14;
}

// BuildState enumerates the set of states that a BuildStage can be in during a
Expand Down

0 comments on commit ccee3c4

Please sign in to comment.