snowballtools-base/packages/backend/src
Nabarun Gogoi 8ca55cd888
Implement polling for project deployment updates (#87)
* Populate organization and user if db is empty

* Use hardcoded user id from fixtures

* Implement polling for get deployments query

* Handle review changes

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-21 15:34:33 +05:30
..
entity Check for ApplicationDeploymentRecord and update deployments (#73) 2024-02-19 13:43:29 +05:30
routes Create deployments on push events in GitHub repo (#69) 2024-02-15 17:24:57 +05:30
config.ts Check for ApplicationDeploymentRecord and update deployments (#73) 2024-02-19 13:43:29 +05:30
constants.ts Implement polling for project deployment updates (#87) 2024-02-21 15:34:33 +05:30
database.ts Implement polling for project deployment updates (#87) 2024-02-21 15:34:33 +05:30
index.ts Check for ApplicationDeploymentRecord and update deployments (#73) 2024-02-19 13:43:29 +05:30
registry.ts Check for ApplicationDeploymentRecord and update deployments (#73) 2024-02-19 13:43:29 +05:30
resolvers.ts Check for ApplicationDeploymentRecord and update deployments (#73) 2024-02-19 13:43:29 +05:30
schema.gql Check for ApplicationDeploymentRecord and update deployments (#73) 2024-02-19 13:43:29 +05:30
server.ts Create deployments on push events in GitHub repo (#69) 2024-02-15 17:24:57 +05:30
service.ts Fix deployments visit URL and date filter (#78) 2024-02-20 10:53:42 +05:30
types.ts Check for ApplicationDeploymentRecord and update deployments (#73) 2024-02-19 13:43:29 +05:30
utils.ts Implement polling for project deployment updates (#87) 2024-02-21 15:34:33 +05:30