Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Add a new deployment status 'queued' #279

Merged
merged 4 commits into from
Dec 20, 2021
Merged

Add a new deployment status 'queued' #279

merged 4 commits into from
Dec 20, 2021

Conversation

noahingh
Copy link
Member

@noahingh noahingh commented Dec 19, 2021

@noahingh noahingh added component: server This issue or pull request is related to the feature of the server-side component: ui This issue or pull request is related to the feature of the UI-side labels Dec 19, 2021
@noahingh noahingh added this to the v0.5 milestone Dec 19, 2021
@noahingh noahingh linked an issue Dec 19, 2021 that may be closed by this pull request
Comment on lines +260 to +261
case "queued":
return deployment.StatusQueued
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handle the queued status in the hooks

@noahingh noahingh merged commit 6483e60 into main Dec 20, 2021
@noahingh noahingh deleted the add-queued branch December 20, 2021 12:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: server This issue or pull request is related to the feature of the server-side component: ui This issue or pull request is related to the feature of the UI-side
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a new status queued to the Deployment entity
1 participant