Skip to content

feat: add POST, DELETE, and PATCH for roles in local dev#16842

Merged
alaister merged 3 commits intosupabase:masterfrom
kishanhitk:feat-add-CUD-operation-for-roles-in-local-dev
Aug 28, 2023
Merged

feat: add POST, DELETE, and PATCH for roles in local dev#16842
alaister merged 3 commits intosupabase:masterfrom
kishanhitk:feat-add-CUD-operation-for-roles-in-local-dev

Conversation

@kishanhitk
Copy link
Contributor

What kind of change does this PR introduce?

feature

What is the current behavior?

Fixes: #16723

What is the new behavior?

Added support for POST, PATCH, and DELETE operations in roles API

@vercel
Copy link

vercel bot commented Aug 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2023 6:02am
studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2023 6:02am
studio-self-hosted ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2023 6:02am
studio-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2023 6:02am
zone-www-dot-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2023 6:02am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
ui-storybook ⬜️ Ignored (Inspect) Visit Preview Aug 28, 2023 6:02am

@vercel
Copy link

vercel bot commented Aug 25, 2023

@kishanhitk is attempting to deploy a commit to the Supabase Team on Vercel.

A member of the Team first needs to authorize it.

@kishanhitk kishanhitk marked this pull request as ready for review August 25, 2023 18:48
@kishanhitk kishanhitk requested a review from a team as a code owner August 25, 2023 18:48
Copy link
Member

@alaister alaister left a comment

Choose a reason for hiding this comment

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

Thanks, @kishanhitk! 🙌🏻

@naodya
Copy link

naodya commented Sep 6, 2023

@kishanhitk, I see your PR is merged. However, in my local the problem persists. I purged my local images and did supabase start again which pulled fresh ones. What I'm I missing? is there anything else I need to do? cc: @alaister

@alaister
Copy link
Member

alaister commented Sep 6, 2023

Hey @naodya,

The studio version in the CLI is a bit behind what we release here. The CLI has a new release every two weeks, so this should be included soon. For now, this might be in the beta version of the CLI (npm i supabase@beta).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Local dev: Failed to create role: Method POST Not Allowed

3 participants