bug: coder_app declaration can attempt to overflow length of column workspace_apps.display_name
#307
Labels
good first issue
Good for newcomers
I have a coder template that takes git_branch as a value. Anytime a developer tries to checkout the jira created branch, the provisioner fails with
I'm not sure for how long this branch is going to remain active but here is an example: https://github.com/Onemind-Services-LLC/netbox-secrets/tree/OMS-419-Warning-Accessing-the-database-during-app-initialization-in-NetBoxSecrets-plugin
If I checkout
dev
branch, it works perfectly fine.It seems like
coder_parameter
is set in the DB and must never be more than 64 charactersThe text was updated successfully, but these errors were encountered: