lastState no longer returns DEPLOYING, only REMOVED #16
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/webapp-deployment-status-api#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Snowball queries the root route (specifically,
http://webapp-deployer-api.pwa.laconic.blackblocks.io
) for the latest statuses on a deployment that a user has requested.Previously, the
lastState
field for one of these deployment requests would transition fromSUBMITTED
->DEPLOYING
-> (DEPLOYED
|ERROR
)Ever since (I think) the testnet, it now transitions from
SUBMITTED
->REMOVED
-> (DEPLOYED
|ERROR
)I expect it to behave like the former, since
REMOVED
is related to deployment removals AFAIK.Looking at the codebase, this snippet might have something to do with it?