zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
39 stars 42 forks source link

Redesign backend plugin architecture #906

Open 1000TurquoisePogs opened 2 years ago

1000TurquoisePogs commented 2 years ago

https://github.com/zowe/db-browser-db2 was supposed to be a plugin to db-browser, but it doesnt appear to be able to be removed, because it is added as an import statement https://github.com/zowe/db-browser/blob/master/pluginDefinition.json#L30 in a read-only file, so adding or removing any 'plugin' would be impossible for a user.

Rather, it would be better if db-browser had its own backend which would be very simple:

This would be very similar to what we do in the terminal proxy. See:

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, but can be reopened if needed. Thank you for your contributions.