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

[WIP] fix: pr-33 warnings and scripts loading error #42

Conversation

aakritiawasthi
Copy link
Contributor

@aakritiawasthi aakritiawasthi commented Mar 13, 2024

fix #35

This pr is in under progress, There are some changes that needs to be done in Deploy CLI too after this change

This PR includes:

  • Fix warnings shown on pr 33.
  • Applied versioning mechanism for the application with same names
  • Changes on Deploy CLI Pending


res.status(201).send({ id });
res.status(201).send({ appName });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong, the response must contain id

It should be like

id:appName

@viferga viferga marked this pull request as draft March 13, 2024 17:49
@viferga
Copy link
Member

viferga commented Mar 15, 2024

@aakritiawasthi does this patch include the versioning? It should not be solved by versioning as we talked. It must check if it is already deployed and do not deploy it again. And on startup, load all the stored deployments.

@viferga viferga closed this Jun 3, 2024
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.

throwing error while deploying auth-middleware examples
3 participants