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 WebUI plugins infra #8588

Merged
merged 5 commits into from
Feb 9, 2025
Merged

Add WebUI plugins infra #8588

merged 5 commits into from
Feb 9, 2025

Conversation

itaigilo
Copy link
Contributor

@itaigilo itaigilo commented Feb 3, 2025

Closes #8586.

Change Description

Allow adding WebUI plugins.

@itaigilo itaigilo added exclude-changelog PR description should not be included in next release changelog minor-change Used for PRs that don't require issue attached labels Feb 3, 2025
Copy link

github-actions bot commented Feb 3, 2025

E2E Test Results - DynamoDB Local - Local Block Adapter

13 passed

Copy link

github-actions bot commented Feb 3, 2025

E2E Test Results - Quickstart

11 passed

Base automatically changed from task/add-storage-config-list-response to master February 3, 2025 17:36
Copy link
Contributor

@nadavsteindler nadavsteindler left a comment

Choose a reason for hiding this comment

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

See my comments

}
// TODO (niro): Needs to be populated
storageListCfg := apigen.StorageConfigList{}
storageCfg, _ := c.getStorageConfig(config.SingleBlockstoreID)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it ok that we swallowed the error here?

}

writeResponse(w, r, http.StatusOK, storageConfig)
storageCfg, _ := c.getStorageConfig(config.SingleBlockstoreID)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it ok that we swallowed the error here?

@@ -211,12 +226,147 @@ type Blockstore struct {
} `mapstructure:"gs"`
}

func (b *Blockstore) GetStorageByID(id string) AdapterConfig {
Copy link
Contributor

Choose a reason for hiding this comment

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

It's not clear to me how these million changes to config relate to webui plugin infra???

# Conflicts:
#	pkg/api/controller.go
#	pkg/block/azure/adapter_test.go
#	pkg/block/gs/adapter_test.go
#	pkg/block/local/adapter_test.go
#	pkg/block/s3/adapter_test.go
#	pkg/config/config.go
@itaigilo
Copy link
Contributor Author

itaigilo commented Feb 4, 2025

@nadavsteindler I needed to merge master into it, sry about that.
Try now :)

@itaigilo itaigilo requested a review from N-o-Z February 6, 2025 06:45
@itaigilo itaigilo merged commit 237587b into master Feb 9, 2025
39 checks passed
@itaigilo itaigilo deleted the task/add-web-ui-plugins-infra branch February 9, 2025 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude-changelog PR description should not be included in next release changelog minor-change Used for PRs that don't require issue attached
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support WebUI plugins
3 participants