- Notifications
You must be signed in to change notification settings - Fork928
feat: add 'display_name' column to 'workspace_agent_scripts'#14747
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
Would you mind adding some more detail to the description about where this value comes from, and how it will be used?
Done! Let me know if you want more detail. |
Perfect, thanks 👍 |
@DanielleMaywood should we wait for the other PR to be merged first? |
I think this PR should go first as this is to pull out the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
86f68b2
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Add a
display_name
column toworkspace_agent_scripts
table.display_name
is sourced fromcoder_script
resource inthe coder terraform provider. It will be used in the UI when we display script timings.Work on#14713 requires
display_name
to be present in the database.