Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/bitdrift/public/unary/admin/v1/permission.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ enum Permission {
DEBUG_FILE_READ = 15;
// Allows reading system status information.
SYSTEM_STATUS_READ = 18;
// Allows creating, editing, and deleting issue workflows that the user owns.
ISSUE_WORKFLOW_WRITE = 19;
}
2 changes: 1 addition & 1 deletion src/bitdrift/public/unary/workflows/v1/workflow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message GroupBy {
}
}

// Additional dimensions to collect for each emitted metric. Each entry adds one dimension. For
// Dimensions to collect for each emitted metric. Each entry adds one or more dimensions. For
// example, grouping an error-count time series by `error_type` makes that error type value
// available alongside the charted metric data.
repeated .bitdrift.public.unary.workflows.v1.GroupBy.Value values = 6 [(validate.rules).repeated = {max_items: 100}];
Expand Down
Loading