Check for ApplicationDeploymentRecord and update deployments (#73)

* Add skeleton and TODOs for polling deployment records

* Add method implementations for fetching deployment records

* Handle if deployment url is not set

* Add logs after getting ApplicationDeploymentRecord

* Add application deployment record to deployment entity

* Change type of application deployment record data

* Fetch delay to check deployment records from config

* Update isCurrent after deployment record received

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
2024-02-19 13:43:29 +05:30
committed by GitHub
co-authored by neeraj
parent b007286f4a
commit ce55fe62d8
19 changed files with 252 additions and 103 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ export type Deployment = {
branch: string
commitHash: string
commitMessage: string
url: string
url?: string
environment: Environment
isCurrent: boolean
status: DeploymentStatus