Skip to content
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

add grpc API for creating/deleting/rename/listing namespaces #9252

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mangalaman93
Copy link
Member

No description provided.

@mangalaman93 mangalaman93 requested a review from a team January 6, 2025 10:51
@github-actions github-actions bot added area/testing Testing related issues area/schema Issues related to the schema language and capabilities. area/graphql Issues related to GraphQL support on Dgraph. area/core internal mechanisms go Pull requests that update Go code labels Jan 6, 2025
@mangalaman93 mangalaman93 marked this pull request as draft January 27, 2025 07:29
@mangalaman93 mangalaman93 changed the title add grpc API for creating and dropping namespace add grpc API for creating/deleting/rename/listing namespaces Jan 31, 2025
@mangalaman93 mangalaman93 force-pushed the aman/ns branch 2 times, most recently from 659a47b to f6748ab Compare January 31, 2025 09:25
return nil, err
}

password := "password"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need a default password here?

Copy link
Member Author

@mangalaman93 mangalaman93 Jan 31, 2025

Choose a reason for hiding this comment

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

In case someone passes an empty string here.

}

var data struct {
Data []struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

We can make a global struct for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core internal mechanisms area/graphql Issues related to GraphQL support on Dgraph. area/schema Issues related to the schema language and capabilities. area/testing Testing related issues go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

2 participants