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

feature: Migrate DataStore to use Resources Manager structure and fix CLI commands #2414

Merged
merged 10 commits into from Apr 26, 2023

Conversation

danielbdias
Copy link
Contributor

@danielbdias danielbdias commented Apr 20, 2023

This PR updates the DataStore references to use the Resource Manager architecture and to improve our CLI commands.

Changes

Change DataStore references to use ResourceManager architecture by:

  • Updating OpenAPI docs
  • Updating Backend
  • Updating Frontend
  • Updating CLI

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

…2368)

Fixing sorting fields on OpenAPI

Updating OpenAPI to consider DataStore endpoint managing only one record

Add endpoint in plural
@danielbdias danielbdias force-pushed the feature/datastore-as-resource branch from ea05beb to 57eb095 Compare April 21, 2023 19:53
danielbdias and others added 4 commits April 24, 2023 14:54
* Updating DataStore API definition to consider ResourcesAPI structure (#2368)

Fixing sorting fields on OpenAPI

Updating OpenAPI to consider DataStore endpoint managing only one record

Add endpoint in plural

* Adding datastoreresource package

* Update internal references to use datastoreresource package

* Isolate database resources on each test

* Adding behavior for no datastore scenario

* Fixing rebase problems

* Fixing another rebase problem

* Updating DataStore API definition to consider ResourcesAPI structure (#2368)

Fixing sorting fields on OpenAPI

Updating OpenAPI to consider DataStore endpoint managing only one record

Add endpoint in plural

* Fixing merge

* Adding documentation for delete operation

* Improving cleanup code

* Updating datastore API

* Adding CLI generated code

* wip

* wip

* Fixing CLI

* deprecated old commands

* Adding wrongly deleted file

* simplifying the resource actions creation steps

---------

Co-authored-by: Oscar Reyes <oscar-rreyes1@hotmail.com>
@xoscar xoscar changed the title Migrate DataStore to use Resources Manager structure and fix CLI commands feature: Migrate DataStore to use Resources Manager structure and fix CLI commands Apr 25, 2023
@xoscar xoscar marked this pull request as ready for review April 25, 2023 21:23
@xoscar xoscar merged commit fcd4918 into main Apr 26, 2023
29 checks passed
@xoscar xoscar deleted the feature/datastore-as-resource branch April 26, 2023 17:05
schoren pushed a commit that referenced this pull request Jun 5, 2023
… CLI commands (#2414)

* Updating DataStore API definition to consider ResourcesAPI structure (#2368)

Fixing sorting fields on OpenAPI

Updating OpenAPI to consider DataStore endpoint managing only one record

Add endpoint in plural

* Add Data store as resource on Backend (#2385)

* feat(frontend): add data store as resource (#2423)

* Add data store as resource on CLI (#2422)

* Updating DataStore API definition to consider ResourcesAPI structure (#2368)

Fixing sorting fields on OpenAPI

Updating OpenAPI to consider DataStore endpoint managing only one record

Add endpoint in plural

* Adding datastoreresource package

* Update internal references to use datastoreresource package

* Isolate database resources on each test

* Adding behavior for no datastore scenario

* Fixing rebase problems

* Fixing another rebase problem

* Updating DataStore API definition to consider ResourcesAPI structure (#2368)

Fixing sorting fields on OpenAPI

Updating OpenAPI to consider DataStore endpoint managing only one record

Add endpoint in plural

* Fixing merge

* Adding documentation for delete operation

* Improving cleanup code

* Updating datastore API

* Adding CLI generated code

* wip

* wip

* Fixing CLI

* deprecated old commands

* Adding wrongly deleted file

* simplifying the resource actions creation steps

---------

Co-authored-by: Oscar Reyes <oscar-rreyes1@hotmail.com>

* fix ingester dsRepo

* chore(docs): update data store docs and examples (#2429)

* removing test deletion

* fixing provisioning file

* fixing provisioning file

---------

Co-authored-by: Jorge Padilla <jorge.esteban.padilla@gmail.com>
Co-authored-by: Oscar Reyes <oscar-rreyes1@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants