Skip to content

Commit

Permalink
feat: add source in deployment history (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 authored Nov 6, 2023
1 parent 29c6ef2 commit 5203020
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/schemas/DeploymentHistoryEnvironmentResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ allOf:
properties:
status:
$ref: './enums/State.yaml'
origin:
$ref: './enums/OrganizationEventOrigin.yaml'
triggered_by:
type: string
applications:
type: array
items:
Expand Down
4 changes: 4 additions & 0 deletions src/schemas/EnvironmentStatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ properties:
total_deployment_duration_in_seconds:
type: integer
nullable: true
origin:
$ref: './enums/OrganizationEventOrigin.yaml'
triggered_by:
type: string

0 comments on commit 5203020

Please sign in to comment.