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 DocumentDB support #6153

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

muaydin
Copy link

@muaydin muaydin commented Dec 5, 2024

Problem

Users should be able to utilize DocumentDB features in the Explorer tab, it should list all the clusters available.
This will make DocumentDB more visible to developers.

Solution

Users can now view, create, and delete regional clusters and instances. Feedback is welcome. Work is still in progress.

View clusters and instances
1

  • Create a new cluster

2

  • Add an instance to a regional cluster

3

  • Rename clusters & instances
  • Start & stop a regional cluster
  • Delete a cluster
  • Delete an instance

4

  • Modify an instance class

5

  • Reboot an instance

6

  • Polling mechanism to update when instances are in pending states (specifically 'creating', 'modifying', 'rebooting', 'starting', 'stopping', 'renaming')

  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.

License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@muaydin muaydin marked this pull request as ready for review December 9, 2024 22:50
@muaydin muaydin requested a review from a team as a code owner December 9, 2024 22:50
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.

3 participants