-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented the backend of Metadata APIs as MetadataStoreRegistry (#5471
) * Create MetadataStoreRegistry Signed-off-by: t-kikuc <[email protected]> * refactor: use only DeploymentID Signed-off-by: t-kikuc <[email protected]> * Add MetadataStore methods to PluginAPI Signed-off-by: t-kikuc <[email protected]> * Get Metadata directly from Deployment Signed-off-by: t-kikuc <[email protected]> * Handle MetadataStoreRegistry in Controller Signed-off-by: t-kikuc <[email protected]> * Revert "refactor: use only DeploymentID" This reverts commit 3707f8d. Signed-off-by: t-kikuc <[email protected]> * refactor: rename api->service Signed-off-by: t-kikuc <[email protected]> * add func comments Signed-off-by: t-kikuc <[email protected]> * Fix import order Signed-off-by: t-kikuc <[email protected]> * add 'plugin' to distinguish which plugin put the metadata Signed-off-by: t-kikuc <[email protected]> * Add metadata_v2 to Deployment to have shared and plugins metadata Signed-off-by: t-kikuc <[email protected]> * Add 2 rpcs of SaveDeploymentMetadataV2 Signed-off-by: t-kikuc <[email protected]> * Split DeploymentMetadata rpcs into plugin and shared Signed-off-by: t-kikuc <[email protected]> * refactor: rename to pluginName and remove an old comment Signed-off-by: t-kikuc <[email protected]> * Split DeploymentMetadata methods to plugin and shared in piped side Signed-off-by: t-kikuc <[email protected]> * refactor and fix tests Signed-off-by: t-kikuc <[email protected]> --------- Signed-off-by: t-kikuc <[email protected]>
- Loading branch information
Showing
23 changed files
with
4,512 additions
and
1,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.