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 from SUBMITTED -> 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?
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 from `SUBMITTED` -> `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](https://git.vdb.to/cerc-io/webapp-deployment-status-api/src/commit/fbdeba9eeda789eab80841059bdda8730861afa5/src/deployments.ts#L172-L177) might have something to do with it?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
lastStatefield 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
REMOVEDis related to deployment removals AFAIK.Looking at the codebase, this snippet might have something to do with it?