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

[CLI Improvements] Migrate DataStores to resource manager architecture #2334

Closed
5 tasks done
Tracked by #2182 ...
danielbdias opened this issue Apr 10, 2023 · 1 comment
Closed
5 tasks done
Tracked by #2182 ...
Assignees

Comments

@danielbdias
Copy link
Contributor

danielbdias commented Apr 10, 2023

To adapt the DataStore resource to the resource manager architecture, we should:

  1. Update the OpenAPI specs considering the new endpoints
  2. Create new endpoints using the Resource Manager structure on the Backend
  3. Update the code that uses the resource on the backend to use the new resource manager repository
  4. Adapt the CLI to have commands that use this new structure and make the old ones deprecated
  5. Adapt the frontend calls to consider the new endpoints
  6. Update the documentation related to this resource

Our reference should be the DataStore specification on #2182.

Tasks to do

@danielbdias danielbdias self-assigned this Apr 10, 2023
@danielbdias danielbdias changed the title [CLI Improvements] Migrate DataStores to resource manager architecture (both CLI and server endpoints) [CLI Improvements] Migrate DataStores to resource manager architecture Apr 11, 2023
@danielbdias
Copy link
Contributor Author

Added branch feature/datastore-as-resource to control this feature.

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

No branches or pull requests

2 participants