-
Notifications
You must be signed in to change notification settings - Fork 937
feat: Allow hide resources #3977
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
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.
You should also integrate the frontend changes in this PR too
Yes, I will! I just want to check if the BE side of things is good. |
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.
Frontend looks great! I ran into this error when trying to deploy:
migrate up: up: migration failed: column "hide" of relation "workspace_resources" contains null values in line 0: ALTER TABLE workspace_resources
ADD COLUMN hide boolean NOT NULL;
(details: pq: column "hide" of relation "workspace_resources" contains null values)
coderd/database/migrations/000047_workspace_resource_hide.up.sql
Outdated
Show resolved
Hide resolved
I tried testing this out but it tells me that |
Nevermind ran |
Related to #3450
Depends on: coder/terraform-provider-coder#47