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

[Bug]: Deployment fails if the commit message is too long. #2223

Closed
Braggedtooth opened this issue May 16, 2024 · 3 comments · Fixed by #2225
Closed

[Bug]: Deployment fails if the commit message is too long. #2223

Braggedtooth opened this issue May 16, 2024 · 3 comments · Fixed by #2225

Comments

@Braggedtooth
Copy link

Description

When deploy a resources from GitHub.

The deployment fails if the commit message is too long.

Minimal Reproduction (if possible, example repository)

Deploy a resource from GitHub

latest Commit message is >= 65 char

Exception or Error

[2024-May-16 14:34:14.496236] Oops something is not okay, are you okay? 😢
[2024-May-16 14:34:14.498210] SQLSTATE[22001]: String data, right truncated: 7 ERROR: value too long for type character varying(50) (Connection: pgsql, SQL: update "application_deployment_queues" set "commit_message" = Update......, "updated_at" = 2024-05-16 14:34:13 where "commit" =
****** and "application_id" = 16)
[2024-May-16 14:34:14.500066] Deployment failed. Removing the new version of your application.

Version

v4.0.0-beta.279

@Smashlptv
Copy link

Having the same issue, latest commit message has 18 chars.

@andrasbacsai
Copy link
Member

This will be fixed in the upcoming version.

@Braggedtooth
Copy link
Author

Thank you @andrasbacsai

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 a pull request may close this issue.

3 participants