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: add owner group to workspace data#204

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
f0ssel merged 7 commits intomainfromf0ssel/owner-groups
Apr 2, 2024
Merged

Conversation

f0ssel
Copy link
Contributor

@f0sself0ssel commentedApr 2, 2024
edited
Loading

Groundwork forcoder/coder#8560

@f0sself0ssel requested review fromkylecarbs andsreyaApril 2, 2024 20:07
@f0sself0ssel merged commit176fb6a intomainApr 2, 2024
@f0sself0ssel deleted the f0ssel/owner-groups branchApril 2, 2024 23:01
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsApr 2, 2024
Comment on lines +40 to +45
ownerGroupsText := os.Getenv("CODER_WORKSPACE_OWNER_GROUPS")
var ownerGroups []string
err := json.Unmarshal([]byte(ownerGroupsText), &ownerGroups)
if err != nil {
return diag.Errorf("couldn't parse owner groups %q", ownerGroupsText)
}
Copy link
Member

Choose a reason for hiding this comment

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

This isn't guaranteed to be set :(

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@kylecarbskylecarbskylecarbs left review comments

@sreyasreyasreya approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@f0ssel@sreya@kylecarbs

[8]ページ先頭

©2009-2025 Movatter.jp