From ccee3c442c5f58329cce26ae2211eeb11f1ff5da Mon Sep 17 00:00:00 2001 From: "patrick.park" Date: Tue, 25 Jul 2023 14:48:03 -0700 Subject: [PATCH] workspace.v1: Added DisplayName, Description to Workspace Change-Id: I04b05f8b1cf538ac65aaf310b907099a7c770c2e --- arista/workspace.v1/workspace-changelog.yaml | 4 ++++ arista/workspace.v1/workspace.proto | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/arista/workspace.v1/workspace-changelog.yaml b/arista/workspace.v1/workspace-changelog.yaml index 483071de..4a8d2bd7 100644 --- a/arista/workspace.v1/workspace-changelog.yaml +++ b/arista/workspace.v1/workspace-changelog.yaml @@ -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 diff --git a/arista/workspace.v1/workspace.proto b/arista/workspace.v1/workspace.proto index 981fc0c9..d42d6eb1 100644 --- a/arista/workspace.v1/workspace.proto +++ b/arista/workspace.v1/workspace.proto @@ -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