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(coderd): add endpoints for editing and deleting organizations#13287

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 28 commits intomainfromedit-and-delete-orgs
May 21, 2024

Conversation

aslilac
Copy link
Member

@aslilacaslilac commentedMay 15, 2024
edited
Loading

Add backend and codersdk support for editing and deleting organizations

  • PATCH /api/v2/organizations/:orgId for updating an existing org
  • DELETE /api/v2/organizations/:orgId for deleting an org
  • codersdk.Client.UpdateOrganization to match the newPATCH endpoint
  • codersdk.Client.DeleteOrganization to match the newDELETE endpoint
  • alsocodersdk.Client.CreateOrganization, because it was missing

@aslilacaslilac requested a review fromEmyrkMay 16, 2024 19:09
@aslilacaslilac marked this pull request as ready for reviewMay 16, 2024 19:09
@aslilacaslilac requested a review fromEmyrkMay 17, 2024 17:59
@aslilac
Copy link
MemberAuthor

aslilac commentedMay 17, 2024
edited
Loading

So, it turns out there isn't actually a unique constraint on organization names. I'm adding that in#13311, and will rebase this once that gets merged.

Update: done

@aslilacaslilac merged commit3f1e9c0 intomainMay 21, 2024
31 checks passed
@aslilacaslilac deleted the edit-and-delete-orgs branchMay 21, 2024 18:46
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMay 21, 2024
@Emyrk
Copy link
Member

closes#12310

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

@EmyrkEmyrkEmyrk approved these changes

Assignees

@aslilacaslilac

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@aslilac@Emyrk

[8]ページ先頭

©2009-2025 Movatter.jp