Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: persist app groups in the database#17977

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

Merged
aslilac merged 1 commit intomainfromlilac/app-groups
May 27, 2025
Merged

Conversation

aslilac
Copy link
Member

@aslilacaslilac commentedMay 21, 2025
edited
Loading

Part of#8237

Apps with the same agent and group name will be grouped together in the UI. On workspace build, we need to persist this value so that we can create these groupings later.

@codercoder deleted a comment fromgithub-actionsbotMay 22, 2025
@aslilacaslilac marked this pull request as ready for reviewMay 23, 2025 16:57
Copy link
Member

@EmyrkEmyrk left a comment

Choose a reason for hiding this comment

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

All nits, won't block an approve

@@ -0,0 +1 @@
alter table workspace_apps add column display_group text;
Copy link
Member

Choose a reason for hiding this comment

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

the other text fields usecharacter varying(65534),, but I thinktext is better 👍. Should we limit the size of the display_group??

commandcharacter varying(65534),
urlcharacter varying(65534),

Copy link
Member

Choose a reason for hiding this comment

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

We definitely should, as it's much easier to increase an existing limit than it is to enforce a new one. If thedisplay_group is going to need to fit inside a similar size UI element toworkspace_apps.display_name character varying(64), it may make sense to copy that limit over.

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

yes, but it should be validated by the terraform provider, or you won't notice the issue until you build a workspace. we should surface any validation issues at plan time.

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

@@ -0,0 +1 @@
alter table workspace_apps add column display_group text;
Copy link
Member

Choose a reason for hiding this comment

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

We definitely should, as it's much easier to increase an existing limit than it is to enforce a new one. If thedisplay_group is going to need to fit inside a similar size UI element toworkspace_apps.display_name character varying(64), it may make sense to copy that limit over.

@spikecurtis
Copy link
Contributor

What is an App Group? The PR has no description or link to an issue. Theterraform provider text for the "group" field just says "The name of a group that this app belongs to."

@codercoder deleted a comment fromgithub-actionsbotMay 27, 2025
@aslilacaslilac merged commit9fc3329 intomainMay 27, 2025
39 of 40 checks passed
@aslilacaslilac deleted the lilac/app-groups branchMay 27, 2025 19:13
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMay 27, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn left review comments

@EmyrkEmyrkEmyrk approved these changes

@spikecurtisspikecurtisAwaiting requested review from spikecurtisspikecurtis is a code owner

Assignees

@aslilacaslilac

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@aslilac@spikecurtis@johnstcn@Emyrk

[8]ページ先頭

©2009-2025 Movatter.jp