Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes pomegranate independant of DB and adds logs and container stats requests #6

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

remi-espie
Copy link
Member

This PR changes how most pomegranate's gRPC requests works by adding project_uuid and user_uuid (when needed). It allows pomegranate to be completelly independant of database by removing every call to it.
This PR also adds 2 requests, DeploymentLogRequest and DeploymentStatRequest, which will respectively return a deployment's log and and deployment's cpu and memory usage as long as memory limits.

…containers

fix(pomegranate): add project_uuid and user_uuid to most requests to make pomegranate independent of DB
@remi-espie remi-espie merged commit da0e77b into main Jul 4, 2023
4 checks passed
@mfernd mfernd deleted the pomegranate branch July 5, 2023 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants